Goto

Collaborating Authors

 perform data visualization


One Week of Data Science in Python - New 2022!

#artificialintelligence

Perform statistical analysis on real world datasets Understand feature engineering strategies and tools Perform one hot encoding and normalization Understand the difference between normalization and standardization Deal with missing data using pandas Change pandas DataFrame datatypes Define a function and apply it to a Pandas DataFrame column Perform Pandas operations and filtering Calculate and display correlation matrix heatmap Perform data visualization using Seaborn and Matplotlib libraries Plot single line plot, pie charts and multiple subplots using matplotlib Plot pairplot, countplot, and correlation heatmaps using Seaborn Plot distribution plot (distplot), Histograms and scatterplots Understand machine learning regression fundamentals Learn how to optimize model parameters using least sum of squares Split the data into training and testing using SK Learn Library Perform data visualization and basic exploratory data analysis Build, train and test our first regression model in Scikit-Learn Assess trained machine learning regression model performance Understand the theory and intuition behind boosting Train an XG-boost algorithm in Scikit-Learn to solve regression type problems Train several machine learning models classifier models such as Logistic Regression, Support Vector Machine, K-Nearest Neighbors, and Random Forest Classifier Assess trained model performance using various KPIs such as accuracy, precision, recall, F1-score, AUC and ROC. Compare the performance of the classification model using various KPIs. Apply autogluon to solve regression and classification type problems Use AutoGluon library to perform prototyping of AI/ML models using few lines of code Plot various models' performance on model leaderboard Optimize regression and classification models hyperparameters using SK-Learn Learn the difference between various hyperparameters optimization strategies such as grid search, randomized search, and Bayesian optimization. Assess trained model performance using various KPIs such as accuracy, precision, recall, F1-score, AUC and ROC. Compare the performance of the classification model using various KPIs.


How to do Data Visualization in Python for Data Science - Statanalytica

#artificialintelligence

The graphical representation of data and information using various elements such as charts, graphs, maps, and other data visualization tools is called Data visualization. With the help of Data Visualization tools, it becomes easy to understand trends, patterns in data. It plays an important role in analyzing data or data science. Python offers multiple graphing libraries that have multiple features. With the help of python libraries, it's easy to perform data visualization.